Tip: On many EISA boards that generate interrupts or use DMA operations, these features can be disabled so that simple, user-level drivers can be used.
Tip: This can be very useful for prototyping: you can quickly integrate boards into a system with the interrupts turned off, then later write a kernel-level driver that uses interrupts or DMA operations for better performance.